Method: NewRelic::Agent::HTTPClients::NetHTTPResponse#[]

Defined in:
lib/new_relic/agent/http_clients/net_http_wrappers.rb

#[](key) ⇒ Object

[View source]

12
13
14
# File 'lib/new_relic/agent/http_clients/net_http_wrappers.rb', line 12

def [](key)
  @wrapped_response[key]
end